home *** CD-ROM | disk | FTP | other *** search
| Text File | 1989-05-01 | 533 b | 16 lines | [TEXT/MPS ] |
- % ---------------------------------------------------------------------------
- % Class MACPattern
- %
- % Part of the interface to Macintosh Toolbox
- % MACPattern is part of the programming interface. Patterns are used to
- % communicate information about 64 bit little stamps.
- % Se Inside Macintosh for a description of what the attributes means.
- %
- % 890331/Boris Magnusson
- %
- % ---------------------------------------------------------------------------
- class MACPattern;
- begin
- Integer Pat_2,Pat_1; ! 64 bits - addressed by Pat_1 ;
- end;
-